home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / March 96 / Re Registration.1 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  822 b   |  [TEXT/ttxt]

  1. Subject:     Re: Registration
  2. Sent:        3/15/96 9:55 AM
  3. Received:    3/15/96 10:11 AM
  4. From:        Mark Lanett, mlanett@meer.net
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. At 8:25 AM 3/15/96, Arni McKinley wrote:
  9. >Also I'd like to turn them into FAT parts. What's involved in doing that?
  10.  
  11. Use MPW:
  12.         MergeFragment MyPart68K MyPartPPC
  13.  
  14. This will merge the 68K part's code fragment into the powerpc one, making
  15. it fat.
  16.  
  17. If you don't want to modify the ppc one, do something like this:
  18.         Duplicate -y MyPartPPC MyPartFAT
  19.         MergeFragment MyPart68K MyPartFAT
  20.  
  21. Resources from the 68K part are not moved into the fat part. Your 68K and
  22. PPC parts must have the same resources, which is almost always the case.
  23.  
  24.  
  25. --
  26. Mark Lanett, ODF
  27.  
  28.